From: Paul Eggert Date: Fri, 28 Jun 2013 05:48:53 +0000 (-0700) Subject: * image.c (x_from_xcolors): Remove unused local. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3581^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ba3de9e6abfc07d733fcb3390de0be24b02b9e23;p=emacs.git * image.c (x_from_xcolors): Remove unused local. --- diff --git a/src/ChangeLog b/src/ChangeLog index a5e8eefbeef..e404cdbdb9f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-06-28 Paul Eggert + + * image.c (x_from_xcolors): Remove unused local. + 2013-06-28 YAMAMOTO Mitsuharu Defer image data transfer between X client and server until actual diff --git a/src/image.c b/src/image.c index 8381ce06b93..04fec52df38 100644 --- a/src/image.c +++ b/src/image.c @@ -4657,7 +4657,6 @@ x_from_xcolors (struct frame *f, struct image *img, XColor *colors) { int x, y; XImagePtr oimg = NULL; - Pixmap pixmap; XColor *p; init_color_table ();